libxl: expose a single get/setter for domain scheduler parameters
authorIan Campbell <ian.campbell@citrix.com>
Fri, 1 Jun 2012 11:06:21 +0000 (12:06 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Fri, 1 Jun 2012 11:06:21 +0000 (12:06 +0100)
commitb48dc18487600a1d98998188896d1d462ba2bcb0
tree6e04045e6d036d15d7507293e480f1db036bb384
parentb79aecb788d75ec20f21023df3afe5d4b4b4f71f
libxl: expose a single get/setter for domain scheduler parameters

This is consistent with having a single struct for all parameters.

Effectively renames and exports libxl__sched_set_params as
libxl_domain_sched_params_set. libxl_domain_sched_params_get is new.

Improve const correctness of the setters while I'm here.

Use shorter LOG macros when touching a line anyway.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: George Dunlap <george.dunlap@eu.citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Committed-by: Ian Campbell <ian.campbell@citrix.com>
tools/libxl/libxl.c
tools/libxl/libxl.h
tools/libxl/libxl_dom.c
tools/libxl/xl_cmdimpl.c